Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow to check we have a paper trail on répertoire changes #629

Merged
merged 29 commits into from
Dec 20, 2023

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Dec 15, 2023

@eggrobin eggrobin changed the title [WIP] Workflow to check we have a paper trail on pipeline changes [WIP] Workflow to check we have a paper trail on répertoire changes Dec 15, 2023
@eggrobin eggrobin marked this pull request as ready for review December 18, 2023 11:55
@eggrobin eggrobin marked this pull request as draft December 18, 2023 11:56
@eggrobin eggrobin marked this pull request as ready for review December 18, 2023 14:02
@eggrobin eggrobin requested a review from markusicu December 18, 2023 14:04
@eggrobin eggrobin changed the title [WIP] Workflow to check we have a paper trail on répertoire changes Workflow to check we have a paper trail on répertoire changes Dec 18, 2023
@markusicu markusicu requested a review from srl295 December 19, 2023 20:52
Comment on lines +31 to +36
sed 's/^\([^;]*;[^;]*\);.*$/\1/' merged/unicodetools/data/ucd/dev/UnicodeData.txt > merged-repertoire.txt
sed 's/^\([^;]*;[^;]*\);.*$/\1/' base/unicodetools/data/ucd/dev/UnicodeData.txt > base-repertoire.txt
if diff base-repertoire.txt merged-repertoire.txt
then echo "repertoire-changed=false" >> "$GITHUB_OUTPUT"
else echo "repertoire-changed=true" >> "$GITHUB_OUTPUT"
fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the 'sed' filter might be best in a local file for testing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a comment, but I don’t think there is much to gain from splitting that regex into its own file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be useful on its own… not a high prio

.github/workflows/pipeline.yml Outdated Show resolved Hide resolved
.github/workflows/pipeline.yml Outdated Show resolved Hide resolved
.github/workflows/pipeline.yml Outdated Show resolved Hide resolved
.github/workflows/pipeline.yml Outdated Show resolved Hide resolved
.github/workflows/pipeline.yml Outdated Show resolved Hide resolved
@srl295
Copy link
Member

srl295 commented Dec 19, 2023

looks like a good idea, with some suggestions…

@eggrobin eggrobin merged commit b753a41 into unicode-org:main Dec 20, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants